quartz: Don't use g_print for debug output
authorMatthias Clasen <mclasen@redhat.com>
Mon, 29 Feb 2016 02:26:26 +0000 (21:26 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 29 Feb 2016 02:40:23 +0000 (21:40 -0500)
commit2a2d254a8b464e7d2176b9679a467f68fb45fb35
treedef34390887429634b16d19c933ee72c0b9d0488
parent2801f3c8431c0516f56fa8acb86f51f41b515602
quartz: Don't use g_print for debug output

The g_print documentation explicitly says not to do this, since
g_print is meant to be redirected by applications. Instead use
g_message for logging that can be triggered via GTK_DEBUG.
gdk/quartz/GdkQuartzView.c
gdk/quartz/gdkeventloop-quartz.c